home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(hair._currentframe < hair._totalframes)
- {
- hair.nextFrame();
- hair_main.nextFrame();
- hair_main.hair.gotoAndStop(hairCol);
- hair.hair.gotoAndStop(hairThumbCol);
- }
- else
- {
- hair.gotoAndStop(1);
- hair_main.gotoAndStop(1);
- hair_main.hair.gotoAndStop(hairCol);
- hair.hair.gotoAndStop(hairThumbCol);
- }
- }
-